Click or drag to resize

PointShapeStyleBaseSHAPE Class

LightningChart .NET Help
Shape style.
Inheritance Hierarchy
SystemObject
  Arction.WinForms.ChartingChartNode
    Arction.WinForms.ChartingPointShapeStyleBaseSHAPE
      Arction.WinForms.ChartingPointShapeStyle
      Arction.WinForms.ChartingSeriesMarkerPointShapeStyle

Namespace:  Arction.WinForms.Charting
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
[SerializableAttribute]
[TypeConverterAttribute(typeof(GeneralTypeConverter))]
public class PointShapeStyleBase<SHAPE> : ChartNode

Type Parameters

SHAPE

[Missing <typeparam name="SHAPE"/> documentation for "T:Arction.WinForms.Charting.PointShapeStyleBase`1"]

The PointShapeStyleBaseSHAPE type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAngle
Point rotation angle in degrees.
Public propertyAntialiasing
Anti-aliased point. Drawing anti-aliased draws the point with smooth edges, but will increase CPU/GPU overhead.
Public propertyBitmapAlphaLevel
Bitmap alpha level.
Public propertyBitmapImage
Bitmap image, which is used when Shape is set to 'Bitmap'.
Public propertyBitmapImageTintColor
Bitmap image tint color. Keep it White to display it normally.
Public propertyBodyThickness
Body thickness. Applies to Cross and Flag and FlagLightning shapes.
Public propertyBorderColor
Border color.
Public propertyBorderWidth
Border width.
Public propertyColor1
Color 1.
Public propertyColor2
Color 2.
Public propertyColor3
Color 3. Not used in all shapes.
Public propertyGradientFill
Gradient fill.
Public propertyHeight
Height.
Public propertyLinearGradientDirection
Gradient direction.
Public propertyShape
Shape. Some fill options are not used on every shape kind.
Public propertyUseImageSize
Sets Width and Height properties from bitmap image dimensions.
Public propertyWidth
Width.
Top
Methods
  NameDescription
Public methodDispose
Release all resources used by this instance.
(Inherited from ChartNode.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Convert class description to string.
(Overrides ObjectToString.)
Top
See Also