API Reference
Class
ChartAxisLabel
Represents a display label for a numeric axis value.
Inheritance
- Object
- ChartAxisLabel
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
- Method Chart.WithXLabels
Constructors
ChartAxisLabel 2 overloads
ChartAxisLabel(System.Double value, System.String text) #Initializes a new instance of the ChartAxisLabel struct.
Parameters
- value System.Double
- The numeric axis value.
- text System.String
- The label text.
ChartAxisLabel(System.DateTime value, System.String text) #Initializes a new instance of the ChartAxisLabel struct from a date/time axis value.
Parameters
- value System.DateTime
- The date/time axis value.
- text System.String
- The label text.