ChartConfigurationOptions
public sealed class ChartConfigurationOptionsGroups optional chart configuration sections that can be applied together to an existing chart.
Constructors
Section titled “Constructors”
ChartConfigurationOptions()
Section titled “ChartConfigurationOptions()”public ChartConfigurationOptions()Properties
Section titled “Properties”
LegendAlignment
Section titled “LegendAlignment”public LegendAlignment? LegendAlignment { get; set; }Returns
System.Nullable{ChartGuru.LegendAlignment}
LegendPosition
Section titled “LegendPosition”public LegendPosition? LegendPosition { get; set; }Returns
System.Nullable{ChartGuru.LegendPosition}
PlotStyle
Section titled “PlotStyle”public PlotStyleConfig PlotStyle { get; set; }Returns
ChartGuru.PlotStyleConfig
ChartBorder
Section titled “ChartBorder”public ChartBorderConfig ChartBorder { get; set; }Returns
ChartGuru.ChartBorderConfig
SelectionIndicatorStyle
Section titled “SelectionIndicatorStyle”public SelectionIndicatorStyle? SelectionIndicatorStyle { get; set; }Returns
System.Nullable{ChartGuru.SelectionIndicatorStyle}
ShowAxisLabels
Section titled “ShowAxisLabels”public bool? ShowAxisLabels { get; set; }Returns
System.Nullable{System.Boolean}
ShowAxisTitles
Section titled “ShowAxisTitles”public bool? ShowAxisTitles { get; set; }Returns
System.Nullable{System.Boolean}
ShowDataLabels
Section titled “ShowDataLabels”public bool? ShowDataLabels { get; set; }Returns
System.Nullable{System.Boolean}
PieLabelMode
Section titled “PieLabelMode”public PieLabelMode? PieLabelMode { get; set; }Returns
System.Nullable{ChartGuru.PieLabelMode}
DataLabelFormat
Section titled “DataLabelFormat”public string DataLabelFormat { get; set; }Returns
System.String
ChartTitle
Section titled “ChartTitle”public string ChartTitle { get; set; }Returns
System.String
ChartSubtitle
Section titled “ChartSubtitle”public string ChartSubtitle { get; set; }Returns
System.String
ChartTitlePosition
Section titled “ChartTitlePosition”public ChartTitlePosition? ChartTitlePosition { get; set; }Returns
System.Nullable{ChartGuru.ChartTitlePosition}
AutoContrastText
Section titled “AutoContrastText”public bool? AutoContrastText { get; set; }Returns
System.Nullable{System.Boolean}
BarWidth
Section titled “BarWidth”public MarkDimension? BarWidth { get; set; }Returns
System.Nullable{ChartGuru.MarkDimension}
BarHeight
Section titled “BarHeight”public MarkDimension? BarHeight { get; set; }Returns
System.Nullable{ChartGuru.MarkDimension}