Home
last modified time | relevance | path

Searched refs:GetSeriesFromChartType (Results 1 – 13 of 13) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.DataVisualization/Common/ChartTypes/
H A DColumnChart.cs272 List<string> typeSeries = area.GetSeriesFromChartType(Name); in ProcessChartType()
308 …bool indexedSeries = ChartHelper.IndexedSeries(this.Common, area.GetSeriesFromChartType(Name).ToAr… in ProcessChartType()
670 typeSeries = area.GetSeriesFromChartType(Name); in ProcessChartType3D()
H A DErrorBarChart.cs300 List<string> typeSeries = area.GetSeriesFromChartType(this.Name); in ProcessChartType()
349 … List<string> typeLinkedSeries = linkedSeriesArea.GetSeriesFromChartType(linkedSeriesChartType); in ProcessChartType()
1080 List<string> typeSeries = area.GetSeriesFromChartType(this.Name); in ProcessChartType3D()
1130 List<string> typeLinkedSeries = area.GetSeriesFromChartType(linkedSeriesChartType); in ProcessChartType3D()
H A DPointChart.cs306 …indexedSeries = ChartHelper.IndexedSeries(this.Common, area.GetSeriesFromChartType(this.Name).ToAr… in ProcessChartType()
1056 typeSeries = area.GetSeriesFromChartType(Name); in ProcessChartType3D()
1643 …indexedSeries = ChartHelper.IndexedSeries(this.Common, area.GetSeriesFromChartType(this.Name).ToAr… in AddSmartLabelMarkerPositions()
H A DStockChart.cs325 List<string> typeSeries = area.GetSeriesFromChartType(this.Name); in ProcessChartType()
1123 List<string> typeSeries = area.GetSeriesFromChartType(this.Name); in ProcessChartType3D()
1810 …bool indexedSeries = ChartHelper.IndexedSeries(common, area.GetSeriesFromChartType(this.Name).ToAr… in AddSmartLabelMarkerPositions()
H A DStackedColumnChart.cs637 string[] seriesList = area.GetSeriesFromChartType(Name).ToArray(); in ProcessChartType()
712 List<string> typeSeries = area.GetSeriesFromChartType(Name); in ProcessChartType()
H A DStackedBarChart.cs627 string[] seriesList = area.GetSeriesFromChartType(Name).ToArray(); in ProcessChartType()
703 List<string> typeSeries = area.GetSeriesFromChartType(Name); in ProcessChartType()
H A DBoxPlotChart.cs253 List<string> typeSeries = area.GetSeriesFromChartType(this.Name); in ProcessChartType()
1023 List<string> typeSeries = area.GetSeriesFromChartType(this.Name); in ProcessChartType3D()
H A DBarChart.cs361 List<string> typeSeries = area.GetSeriesFromChartType(Name); in ProcessChartType()
1331 typeSeries = area.GetSeriesFromChartType(Name); in ProcessChartType3D()
H A DLineChart.cs366 List<string> typeSeries = area.GetSeriesFromChartType(this.Name); in ProcessChartType()
1221 typeSeries = area.GetSeriesFromChartType(Name); in ProcessLineChartType3D()
H A DStackedAreaChart.cs450 …bool indexedSeries = ChartHelper.IndexedSeries(this.Common, area.GetSeriesFromChartType(this.Name)… in ProcessChartType()
H A DPieChart.cs615 List<string> typeSeries = area.GetSeriesFromChartType(Name); in MinimumRelativePieSize()
698 List<string> typeSeries = area.GetSeriesFromChartType(Name); in ProcessChartType()
2384 List<string> typeSeries = area.GetSeriesFromChartType(Name); in ProcessChartType3D()
H A DRangeChart.cs324 …indexedBasedX = ChartHelper.IndexedSeries(common, area.GetSeriesFromChartType(this.Name).ToArray()… in ProcessChartType()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.DataVisualization/Common/General/
H A DChartAreaAxes.cs1524 internal List<string> GetSeriesFromChartType( string chartType ) in GetSeriesFromChartType() method in System.Windows.Forms.DataVisualization.Charting.ChartArea