Home
last modified time | relevance | path

Searched refs:GetPointLabel (Results 1 – 2 of 2) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.DataVisualization/Common/General/
H A DAxisLabels.cs647 string pointLabel = GetPointLabel( dataSeries, labValue, !seriesXValuesZeros, indexedSeries ); in FillLabels()
746 … string pointLabel = GetPointLabel( dataSeries, labValue, !seriesXValuesZeros, indexedSeries ); in FillLabels()
795 private string GetPointLabel( in GetPointLabel() method in System.Windows.Forms.DataVisualization.Charting.Axis
829 string result = GetPointLabel( ser, valuePosition, nonZeroXValues, indexedSeries ); in GetPointLabel()
844 … string result = GetPointLabel(labelsSeries, valuePosition, nonZeroXValues, true); in GetPointLabel()
875 private string GetPointLabel( in GetPointLabel() method in System.Windows.Forms.DataVisualization.Charting.Axis
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.DataVisualization/Common/ChartTypes/
H A DPieChart.cs1594 string pointLabel = this.GetPointLabel(point); in EstimateLabels()
5612 private String GetPointLabel(DataPoint point) in GetPointLabel() method in System.Windows.Forms.DataVisualization.Charting.ChartTypes.PieChart
5641 string pointLabel = this.GetPointLabel(point); in GetLabelText()