FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / ChartStyle Class
Properties Methods Events


In This Topic
    ChartStyle Class Members
    In This Topic

    The following tables list the members exposed by ChartStyle.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of ChartStyle object.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets a value indicating whether text automatically wraps.  
    Public PropertyGets or sets the background color.  
    Public PropertyGets or sets the second background color for gradient or hatch background.  
    Public PropertyGets the ChartBorder object.  
    Public PropertyGets or sets the C1.Win.FlexReport.FontHolder object.  
    Public PropertyGets or sets the foreground color.  
    Public PropertyGets or sets the style of gradient background filling.  
    Public PropertyGets or sets the style of hatch background filling.  
    Public PropertyGets or sets the text horizontal alignment.  
    Public PropertyGets or sets the image alignment.  
    Public PropertyGets or sets a value indicating whether the background is opaque.  
    Public PropertyGets or sets the text rotation.  
    Public PropertyGets or sets the text vertical alignment.  
    Public PropertyGets or sets a value indicating whether text is displayed vertically.  
    Top
    Public Methods
     NameDescription
    Public MethodResets the Autowrap to default state.  
    Public MethodResets the BackColor to default state.  
    Public MethodResets the BackColor2 to default state.  
    Public MethodResets the Border to default state.  
    Public MethodResets the Font to default state.  
    Public MethodResets the ForeColor to default state.  
    Public MethodResets the GradientStyle to default state.  
    Public MethodResets the HatchStyle to default state.  
    Public MethodResets the HorizontalAlignment to default state.  
    Public MethodResets the ImageAlignment to default state.  
    Public MethodResets the Opaque to default state.  
    Public MethodResets the Rotation to default state.  
    Public MethodResets the VerticalAlignment to default state.  
    Public MethodResets the VerticalText to default state.  
    Public MethodReturns false if Autowrap is in default state.  
    Public MethodReturns false if BackColor is in default state.  
    Public MethodReturns false if BackColor2 is in default state.  
    Public MethodReturns false if Border is in default state.  
    Public MethodReturns false if Font is in default state.  
    Public MethodReturns false if ForeColor is in default state.  
    Public MethodReturns false if GradientStyle is in default state.  
    Public MethodReturns false if HatchStyle is in default state.  
    Public MethodReturns false if HorizontalAlignment is in default state.  
    Public MethodReturns false if ImageAlignment is in default state.  
    Public MethodReturns false if Opaque is in default state.  
    Public MethodReturns false if Rotation is in default state.  
    Public MethodReturns false if VerticalAlignment is in default state.  
    Public MethodReturns false if VerticalText is in default state.  
    Top
    Protected Methods
     NameDescription
    Protected MethodGets one property value. (Inherited from C1.Win.FlexReport.Chart.ChartPropertyBagObject)
    Protected MethodIndicates whether one property is modified. (Inherited from C1.Win.FlexReport.Chart.ChartPropertyBagObject)
    Protected MethodNotify one property is changed. (Inherited from C1.Win.FlexReport.Chart.ChartObject)
    Protected MethodReset one property to default state. (Inherited from C1.Win.FlexReport.Chart.ChartPropertyBagObject)
    Protected MethodOverloaded. Modify the property value. Force to set if equals default value. (Inherited from C1.Win.FlexReport.Chart.ChartPropertyBagObject)
    Top
    Public Events
     NameDescription
    Public EventOccurs when a property value changes. (Inherited from C1.Win.FlexReport.Chart.ChartObject)
    Top
    See Also