ChartAuthoringStyleOptions
public sealed class ChartAuthoringStyleOptionsNo description is available for this type.
Properties
Section titled “Properties”
StackingMethod
Section titled “StackingMethod”public MarkStackingMethod StackingMethod { get; set; }No description is available for this member.
Returns
ChartGuru.MarkStackingMethod — No return description is available.
Interpolation
Section titled “Interpolation”public InterpolationMethod Interpolation { get; set; }No description is available for this member.
Returns
ChartGuru.InterpolationMethod — No return description is available.
LineWidth
Section titled “LineWidth”public float LineWidth { get; set; }No description is available for this member.
Returns
System.Single — No return description is available.
CornerRadius
Section titled “CornerRadius”public float CornerRadius { get; set; }No description is available for this member.
Returns
System.Single — No return description is available.
BarWidth
Section titled “BarWidth”public MarkDimension BarWidth { get; set; }No description is available for this member.
Returns
ChartGuru.MarkDimension — No return description is available.
BarHeight
Section titled “BarHeight”public MarkDimension BarHeight { get; set; }No description is available for this member.
Returns
ChartGuru.MarkDimension — No return description is available.
BarLayout
Section titled “BarLayout”public BarLayout? BarLayout { get; set; }Bar orientation for Bar / MiniBar marks emitted by
ChartGuru.ChartMarkFactory.CreateMark(ChartGuru.ChartType%2cChartGuru.DataPoint). Mirrors Swift Charts’ rule that
orientation lives on ChartGuru.BarMark.Layout, not on a chart-type variant.
null means "do not override": authoring surfaces using an Automatic mode
(e.g. ChartGraphic inspector default) leave the BarMark's existing layout alone
so it stays whatever the data source / importer produced. Designer surfaces that
always force an explicit orientation should assign Vertical or Horizontal.
Returns
System.Nullable{ChartGuru.BarLayout} — No return description is available.
ShowSymbols
Section titled “ShowSymbols”public bool ShowSymbols { get; set; }No description is available for this member.
Returns
System.Boolean — No return description is available.
SymbolSize
Section titled “SymbolSize”public float SymbolSize { get; set; }No description is available for this member.
Returns
System.Single — No return description is available.
Symbol
Section titled “Symbol”public SymbolShape Symbol { get; set; }No description is available for this member.
Returns
ChartGuru.SymbolShape — No return description is available.
PreserveSemanticSymbols
Section titled “PreserveSemanticSymbols”public bool PreserveSemanticSymbols { get; set; }No description is available for this member.
Returns
System.Boolean — No return description is available.
ShowAreaLine
Section titled “ShowAreaLine”public bool ShowAreaLine { get; set; }No description is available for this member.
Returns
System.Boolean — No return description is available.
UseGradientForLine
Section titled “UseGradientForLine”public bool UseGradientForLine { get; set; }No description is available for this member.
Returns
System.Boolean — No return description is available.
Opacity
Section titled “Opacity”public float Opacity { get; set; }No description is available for this member.
Returns
System.Single — No return description is available.
InnerRadius
Section titled “InnerRadius”public float InnerRadius { get; set; }No description is available for this member.
Returns
System.Single — No return description is available.
AngularInset
Section titled “AngularInset”public float AngularInset { get; set; }No description is available for this member.
Returns
System.Single — No return description is available.
ForegroundGradientOverride
Section titled “ForegroundGradientOverride”public LinearGradientStyle ForegroundGradientOverride { get; set; }No description is available for this member.
Returns
ChartGuru.LinearGradientStyle — No return description is available.
HeatMapCellPadding
Section titled “HeatMapCellPadding”public float HeatMapCellPadding { get; set; }No description is available for this member.
Returns
System.Single — No return description is available.
HeatMapCornerRadius
Section titled “HeatMapCornerRadius”public float HeatMapCornerRadius { get; set; }No description is available for this member.
Returns
System.Single — No return description is available.
RadarRingStyle
Section titled “RadarRingStyle”public RadarRingStyle RadarRingStyle { get; set; }Controls how concentric tick rings on a radar chart are drawn.
Returns
ChartGuru.RadarRingStyle — No return description is available.
ForegroundStyleMode
Section titled “ForegroundStyleMode”public ForegroundStyleMode ForegroundStyleMode { get; set; }Controls how is assigned to marks in single-series charts. Mirrors Swift Charts’ .ForegroundStyle(by:) modifier.
Returns
ChartGuru.ForegroundStyleMode — No return description is available.
Methods
Section titled “Methods”
Clone()
Section titled “Clone()”public ChartAuthoringStyleOptions Clone()Creates a shallow copy of this options object. The
ChartGuru.ChartAuthoringStyleOptions.ForegroundGradientOverride reference is shared (its inner gradient
data is immutable for our usage); all value fields are copied.
Returns
ChartGuru.ChartAuthoringStyleOptions — No return description is available.