API Reference
TextStyleOverride
Defines optional overrides that can be resolved over a complete TextStyle.
Inheritance
- Object
- TextStyleOverride
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.WithAxisTitleStyle
- Method Chart.WithDataLabelStyle
- Method Chart.WithLegendStyle
- Method Chart.WithSubtitleStyle
- Method Chart.WithTextStyle
- Method Chart.WithTickLabelStyle
- Method Chart.WithTitleStyle
- Method ChartGrid.WithSubtitleStyle
- Method ChartGrid.WithTitleStyle
- Method ChartSeries.WithDataLabelStyle
- Method ChartSeries.WithPointDataLabelStyle
Methods
Resolve(ChartForgeX.Typography.TextStyle arg1) #Resolves these overrides over a complete text style without mutating the fallback.
Parameters
- arg1 ChartForgeX.Typography.TextStyle
Properties
Color #Gets or sets the optional text color override.
FontFamily #Gets or sets the optional CSS font-family override.
FontWeight #Gets or sets the optional CSS font-weight override.
FontSize #Gets or sets the optional font size override.
Italic #Gets or sets a value indicating whether text is italic.
Underline #Gets or sets a value indicating whether text is underlined.
HasOverrides #Gets a value indicating whether this instance contains explicit overrides.