Search Results for

    Show / Hide Table of Contents

    Class SunburstStyles

    Collection of Sunburst styles

    Inheritance
    System.Object
    StylesCollectionBase
    ArrayStyles
    SunburstStyles
    Inherited Members
    ArrayStyles.prepareStyles()
    ArrayStyles.InternalSetStyle(Int32, Style)
    ArrayStyles.Item[Int32]
    StylesCollectionBase.StyleChanged(Object, EventArgs)
    StylesCollectionBase.SetDefaultValues()
    StylesCollectionBase.Assign(StylesCollectionBase)
    StylesCollectionBase.DoChange()
    StylesCollectionBase.Changed
    Namespace: FastReport.BG.Sunburst
    Assembly: FastReport.BG.dll
    Syntax
    public class SunburstStyles : ArrayStyles

    Properties

    FirstIndex

    First index.

    Declaration
    [Browsable(false)]
    public override int FirstIndex { get; }
    Property Value
    Type Description
    System.Int32
    Overrides
    StylesCollectionBase.FirstIndex

    LastIndex

    Last index.

    Declaration
    [Browsable(false)]
    public override int LastIndex { get; }
    Property Value
    Type Description
    System.Int32
    Overrides
    StylesCollectionBase.LastIndex

    Record

    Style of regular Sunburst element

    Declaration
    [TypeConverter(typeof(ExpandableObjectConverter))]
    public Style Record { get; }
    Property Value
    Type Description
    Style

    RecordHover

    Sunburst element under the mouse

    Declaration
    [TypeConverter(typeof(ExpandableObjectConverter))]
    public Style RecordHover { get; }
    Property Value
    Type Description
    Style

    RecordSelected

    Selected sunburst element

    Declaration
    [TypeConverter(typeof(ExpandableObjectConverter))]
    public Style RecordSelected { get; }
    Property Value
    Type Description
    Style

    Root

    Root sunburst element (central hole)

    Declaration
    [TypeConverter(typeof(ExpandableObjectConverter))]
    public Style Root { get; }
    Property Value
    Type Description
    Style

    Methods

    GetStyleName(Int32)

    Gets style name.

    Declaration
    public override string GetStyleName(int Index)
    Parameters
    Type Name Description
    System.Int32 Index
    Returns
    Type Description
    System.String
    Overrides
    StylesCollectionBase.GetStyleName(Int32)

    NewStyle(Int32)

    New Style.

    Declaration
    protected override Style NewStyle(int index)
    Parameters
    Type Name Description
    System.Int32 index
    Returns
    Type Description
    Style
    Overrides
    StylesCollectionBase.NewStyle(Int32)
    Back to top © 2021-2022 Copyright Fast Reports Inc.