Home
last modified time | relevance | path

Searched refs:HundredPercentSupportNegative (Results 1 – 16 of 16) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.DataVisualization/Common/ChartTypes/
H A DChartTypeRegistry.cs398 bool HundredPercentSupportNegative{ get; } property
H A DThreeLineBreakChart.cs626 virtual public bool HundredPercentSupportNegative{ get{return false;} } property in System.Windows.Forms.DataVisualization.Charting.ChartTypes.ThreeLineBreakChart
H A DRenkoChart.cs631 virtual public bool HundredPercentSupportNegative{ get{return false;} } property in System.Windows.Forms.DataVisualization.Charting.ChartTypes.RenkoChart
H A DFastLineChart.cs192 virtual public bool HundredPercentSupportNegative{ get{return false;} } property in System.Windows.Forms.DataVisualization.Charting.ChartTypes.FastLineChart
H A DFastPointChart.cs193 virtual public bool HundredPercentSupportNegative{ get{return false;} } property in System.Windows.Forms.DataVisualization.Charting.ChartTypes.FastPointChart
H A DStackedColumnChart.cs97 override public bool HundredPercentSupportNegative{ get{return true;} } property in System.Windows.Forms.DataVisualization.Charting.ChartTypes.HundredPercentStackedColumnChart
426 virtual public bool HundredPercentSupportNegative{ get{return false;} } property in System.Windows.Forms.DataVisualization.Charting.ChartTypes.StackedColumnChart
H A DStackedBarChart.cs104 override public bool HundredPercentSupportNegative{ get{return true;} } property in System.Windows.Forms.DataVisualization.Charting.ChartTypes.HundredPercentStackedBarChart
438 virtual public bool HundredPercentSupportNegative{ get{return false;} } property in System.Windows.Forms.DataVisualization.Charting.ChartTypes.StackedBarChart
H A DRadarChart.cs208 virtual public bool HundredPercentSupportNegative{ get{return false;} } property in System.Windows.Forms.DataVisualization.Charting.ChartTypes.RadarChart
H A DPointChart.cs232 virtual public bool HundredPercentSupportNegative{ get{return false;} } property in System.Windows.Forms.DataVisualization.Charting.ChartTypes.PointChart
H A DErrorBarChart.cs232 virtual public bool HundredPercentSupportNegative{ get{return false;} } property in System.Windows.Forms.DataVisualization.Charting.ChartTypes.ErrorBarChart
H A DBoxPlotChart.cs184 virtual public bool HundredPercentSupportNegative{ get{return false;} } property in System.Windows.Forms.DataVisualization.Charting.ChartTypes.BoxPlotChart
H A DStockChart.cs256 virtual public bool HundredPercentSupportNegative{ get{return false;} } property in System.Windows.Forms.DataVisualization.Charting.ChartTypes.StockChart
H A DBarChart.cs270 virtual public bool HundredPercentSupportNegative{ get{return false;} } property in System.Windows.Forms.DataVisualization.Charting.ChartTypes.BarChart
H A DFunnelChart.cs367 virtual public bool HundredPercentSupportNegative{ get{return false;} } property in System.Windows.Forms.DataVisualization.Charting.ChartTypes.FunnelChart
H A DPieChart.cs233 virtual public bool HundredPercentSupportNegative{ get{return false;} } property in System.Windows.Forms.DataVisualization.Charting.ChartTypes.PieChart
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.DataVisualization/Common/General/
H A DChartAreaAxes.cs1453 … if( Common.ChartTypeRegistry.GetChartType(series.ChartTypeName).HundredPercentSupportNegative ) in SetData()