Implemented interface member:
property
ExtraYValuesConnectedToYAxis
System.Web.UI.DataVisualization.Charting.ChartTypes.IChartType.ExtraYValuesConnectedToYAxis
2 overrides of ExtraYValuesConnectedToYAxis
System.Web.DataVisualization (2)
Common\ChartTypes\ColumnChart.cs (1)
137 override public bool ExtraYValuesConnectedToYAxis{ get { return false; } }
Common\ChartTypes\RangeChart.cs (1)
202 override public bool ExtraYValuesConnectedToYAxis{ get { return true; } }