Click or drag to resize

PointShapeStyleBaseSHAPE Properties

LightningChart .NET Help

The PointShapeStyleBaseSHAPE generic type exposes the following members.

Properties
  NameDescription
Public propertyAngle
Gets or sets point rotation angle in degrees. This is a dependency property.
Public propertyAntialiasing
Gets or sets if point is anti-aliased. This is a dependency property. Drawing anti-aliased draws the point with smooth edges, but will increase CPU/GPU overhead.
Public propertyBitmapAlphaLevel
Gets or sets bitmap alpha level. This is a dependency property.
Public propertyBitmapImage
Gets or sets bitmap image, which is used when Shape is set to 'Bitmap'. This is a dependency property.
Public propertyBitmapImageTintColor
Gets or sets bitmap image tint color. Keep it White to display it normally. This is a dependency property.
Public propertyBodyThickness
Gets or sets body thickness. This is a dependency property.
Public propertyBorderColor
Gets or sets border color. This is a dependency property.
Public propertyBorderWidth
Gets or sets border width. This is a dependency property.
Public propertyCanFreeze
Gets a value that indicates whether the object can be made unmodifiable.
(Inherited from Freezable.)
Public propertyColor1
Gets or sets color 1. This is a dependency property.
Public propertyColor2
Gets or sets color 2. This is a dependency property.
Public propertyColor3
Gets or sets color 3. Not used in all shapes. This is a dependency property.
Public propertyDependencyObjectType
Gets the DependencyObjectType that wraps the CLR type of this instance. 
(Inherited from DependencyObject.)
Public propertyDispatcher
Gets the Dispatcher this DispatcherObject is associated with.
(Inherited from DispatcherObject.)
Public propertyGradientFill
Gets or sets gradient fill. This is a dependency property.
Public propertyHeight
Gets or sets height. This is a dependency property.
Public propertyIsFrozen
Gets a value that indicates whether the object is currently modifiable.
(Inherited from Freezable.)
Public propertyIsSealed
Gets a value that indicates whether this instance is currently sealed (read-only).
(Inherited from DependencyObject.)
Public propertyLinearGradientDirection
Gets or sets gradient direction. This is a dependency property.
Public propertyShape
Gets or sets shape. Some fill options are not used on every shape kind. This is a dependency property.
Public propertyUseImageSize
Gets or sets if sets Width and Height properties from bitmap image dimensions. This is a dependency property.
Public propertyWidth
Gets or sets width. This is a dependency property.
Top
See Also