ChartConfigurationOptions
public sealed class ChartConfigurationOptionsNo description is available for this type.
Properties
Section titled “Properties”
LegendAlignment
Section titled “LegendAlignment”public LegendAlignment? LegendAlignment { get; set; }Alignment for legend within its position area. Swift Charts equivalent: .ChartLegend(position:alignment:)
Returns
System.Nullable{ChartGuru.LegendAlignment} — No return description is available.
LegendPosition
Section titled “LegendPosition”public LegendPosition? LegendPosition { get; set; }No description is available for this member.
Returns
System.Nullable{ChartGuru.LegendPosition} — No return description is available.
PlotStyle
Section titled “PlotStyle”public PlotStyleConfig PlotStyle { get; set; }No description is available for this member.
Returns
ChartGuru.PlotStyleConfig — No return description is available.
ChartBorder
Section titled “ChartBorder”public ChartBorderConfig ChartBorder { get; set; }No description is available for this member.
Returns
ChartGuru.ChartBorderConfig — No return description is available.
SelectionIndicatorStyle
Section titled “SelectionIndicatorStyle”public SelectionIndicatorStyle? SelectionIndicatorStyle { get; set; }Selection indicator style for charts. Controls how selected/hovered data points are highlighted.
Returns
System.Nullable{ChartGuru.SelectionIndicatorStyle} — No return description is available.
ShowAxisLabels
Section titled “ShowAxisLabels”public bool? ShowAxisLabels { get; set; }No description is available for this member.
Returns
System.Nullable{System.Boolean} — No return description is available.
ShowAxisTitles
Section titled “ShowAxisTitles”public bool? ShowAxisTitles { get; set; }No description is available for this member.
Returns
System.Nullable{System.Boolean} — No return description is available.
ShowDataLabels
Section titled “ShowDataLabels”public bool? ShowDataLabels { get; set; }No description is available for this member.
Returns
System.Nullable{System.Boolean} — No return description is available.
PieLabelMode
Section titled “PieLabelMode”public PieLabelMode? PieLabelMode { get; set; }Positioning mode for pie/donut chart data labels.
Returns
System.Nullable{ChartGuru.PieLabelMode} — No return description is available.
DataLabelFormat
Section titled “DataLabelFormat”public string DataLabelFormat { get; set; }No description is available for this member.
Returns
System.String — No return description is available.
ChartTitle
Section titled “ChartTitle”public string ChartTitle { get; set; }No description is available for this member.
Returns
System.String — No return description is available.
ChartSubtitle
Section titled “ChartSubtitle”public string ChartSubtitle { get; set; }No description is available for this member.
Returns
System.String — No return description is available.
ChartTitlePosition
Section titled “ChartTitlePosition”public ChartTitlePosition? ChartTitlePosition { get; set; }Position and alignment for the chart title/subtitle block. Encodes both vertical placement (top/bottom) and horizontal alignment (leading/center/trailing).
Returns
System.Nullable{ChartGuru.ChartTitlePosition} — No return description is available.
AutoContrastText
Section titled “AutoContrastText”public bool? AutoContrastText { get; set; }No description is available for this member.
Returns
System.Nullable{System.Boolean} — No return description is available.
BarWidth
Section titled “BarWidth”public MarkDimension? BarWidth { get; set; }No description is available for this member.
Returns
System.Nullable{ChartGuru.MarkDimension} — No return description is available.
BarHeight
Section titled “BarHeight”public MarkDimension? BarHeight { get; set; }No description is available for this member.
Returns
System.Nullable{ChartGuru.MarkDimension} — No return description is available.